gtk-demo: Remove C99-ism from list_store example
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 15 Oct 2009 11:25:21 +0000 (12:25 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 15 Oct 2009 11:25:21 +0000 (12:25 +0100)
demos/gtk-demo/list_store.c

index 156ddf6cd40813456123c83e6b1b44712dfb01dd..94335afdf8f0d322de37677e047577d85c605a2e 100644 (file)
@@ -276,7 +276,7 @@ do_list_store (GtkWidget *do_widget)
     {
       gtk_widget_show_all (window);
       if (timeout == 0) {
-        //FIXME this should use the animation-duration instead
+        /* FIXME this should use the animation-duration instead */
         timeout = g_timeout_add (80, spinner_timeout, NULL);
       }
     }